速報APP / 教育 / HTML5 Web Storage

HTML5 Web Storage

價格:免費

更新日期:2018-03-15

檔案大小:2.5M

目前版本:1.0.0

版本需求:Android 4.1 以上版本

官方網站:mailto:hpandro1337@gmail.com

HTML5 Web Storage(圖1)-速報App

With web storage, web applications can store data locally within the user's browser.

HTML5 Web Storage(圖2)-速報App

Before HTML5, application data had to be stored in cookies, included in every server request. Web storage is more secure, and large amounts of data can be stored locally, without affecting website performance.

HTML5 Web Storage(圖3)-速報App

Unlike cookies, the storage limit is far larger (at least 5MB) and the information is never transferred to the server.

Web storage is per origin (per domain and protocol). All pages, from one origin, can store and access the same data.